home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / procps / README.Debian < prev    next >
Encoding:
Text File  |  2010-02-13  |  1.3 KB  |  36 lines

  1. README for Debian package of procps
  2. ===================================
  3.  
  4. ipv6 sysctl keys
  5. ----------------
  6. Modern Debian kernel packages have the IPv6 module compiled in by default.
  7. This means that the /proc/sys/net/ipv6 directory exists when the procps
  8. startup script runs.
  9.  
  10. However if you make your own kernel then you may make ipv6 a module and
  11. get a race condition between the netbase and procps startup scripts. This
  12. is because netbase, by default, causes ipv6 module to be loaded but
  13. they don't (and cannot) depend on each-other.
  14.  
  15. The solution is to either:
  16.  - Not put ipv6 keys into /etc/sysctl.d/* or /etc/sysctl.conf
  17.  - Compile the ipv6 module into the kernel
  18.  - Load the module early by putting ipv6 into /etc/modules
  19.  - Make a init script dependency by adding netbase to the Required-Start
  20.    line in /etc/init.d/procps
  21.  
  22. pgrep
  23. -----
  24. pgrep is a new program, using the Unix standard name for something that
  25. greps for processes.  If you are looking for Perl compatible regular
  26. expression grep, it is called pcregrep.
  27.  
  28. forks
  29. -----
  30. Procps upstream is forked.  This one comes from procps.sf.net  I'm really
  31. not interested when the others have new versions so please don't bug me about
  32. it.  However if you see something neat in the others and would like it in
  33. the Debian one, report a *wishlist* level bug about it.
  34.  
  35.  Craig Small <csmall@debian.org>
  36.